home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / accounts / q9pe.arj / CONFIG.PRO < prev    next >
Text File  |  1992-10-13  |  7KB  |  177 lines

  1. {Identify an external graphics program, with complete path, file extension 
  2. and any command line parameters:}
  3.  
  4. paint=
  5. -----------------------------------------------------------------------------
  6.  
  7.  
  8. {Specify whether the demo drive letter and PCX file name should be stuffed 
  9. into the keyboard buffer when loading the external graphics program.  
  10. Stuffing the buffer eliminates the need to type in the file name for 
  11. programs which prompt the user for the name at the beginning of the session. 
  12. Note that the demo files directory must be the active directory for that 
  13. drive.  With this value set to "false" you must type the complete file name 
  14. each time you run the external graphics program:}
  15.  
  16. stuffkeyboardbuffer=true
  17. -----------------------------------------------------------------------------
  18.  
  19.  
  20. {Identify an ASCII word processor, with complete path, file extension and 
  21. any command line parameters:}
  22.  
  23. editor=b
  24. -----------------------------------------------------------------------------
  25.  
  26.  
  27. {Specify a date format, with positions for DD, MM and YY and a delimiter:}
  28.  
  29. date=MM/DD/YY
  30. -----------------------------------------------------------------------------
  31.  
  32.  
  33. {Specify a time format, with positions for HH and MM and a delimiter:}
  34.  
  35. time=HH:MM
  36. -----------------------------------------------------------------------------
  37.  
  38.  
  39. {Specify the grain for graphics Cut, Move, Scale and video effects in 
  40. pixels, ranging between 1 and 64.  Use a grain in multiples of 4 for 4-color 
  41. images, and 8 for 16-color images.
  42.  
  43. For Cut, Move and Scale operations, the grain is the horizontal pixel 
  44. modulus.  For example, a grain of 8 means that the image can be trimmed, 
  45. located and sized along a left horizontal boundary of 0, 8, 16, 24, etc. and 
  46. a right horizontal boundary of 1, 9, 17, 25, etc.  This ensures that the 
  47. image will display without a ragged edge.
  48.  
  49. For graphics video effects, the grain is the display pixel increment.  For 
  50. example, a grain of 16 means that images will be displayed in blocks of 16 
  51. pixels square:}
  52.  
  53. grain=16
  54. -----------------------------------------------------------------------------
  55.  
  56.  
  57. {Specify an ASCII code for the default text mouse cursor:}
  58.  
  59. textmousecharacter=$00
  60. -----------------------------------------------------------------------------
  61.  
  62.  
  63. {Specify a color attribute for the default text mouse cursor:}
  64.  
  65. textmouseattribute=$77
  66. -----------------------------------------------------------------------------
  67.  
  68.  
  69. {Specify a screen mask for the default text mouse cursor.  The screen mask 
  70. is ANDed to the character and color at the mouse position, and the result is 
  71. XORed to the character and attribute values defined above.  Common screen 
  72. masks are:
  73.  
  74. $FFFF    base the cursor on the character and color at the
  75. position
  76.  
  77. $FF00    wipe out the character, but base it on the current
  78. color
  79.  
  80. $00FF    base it on the current character, but wipe out the
  81. color
  82.  
  83. $0000    wipe out both the character and the color}
  84.  
  85. textmousescreenmask=$FFFF
  86. -----------------------------------------------------------------------------
  87.  
  88.  
  89. {Specify a shape for the default bit-mapped mouse cursor.  The letter values 
  90. are sequentially ordered according to the bit-mapped mouse submenus, 
  91. starting with "A" for the Arrow menu Standard cursor:}
  92.  
  93. graphicsmousecursor=A
  94. -----------------------------------------------------------------------------
  95.  
  96.  
  97. {Specify whether the Development System and Runtime Version should display 
  98. high intensity background colors, instead of foreground blinking.  With this 
  99. value set to "true" the same palette of 16 colors is available for both the 
  100. foreground and background colors:}
  101.  
  102. noblink=false
  103. -----------------------------------------------------------------------------
  104.  
  105.  
  106. {Specify whether the Development System and Runtime Version should suppress 
  107. error messages.  With this value set to "true" individual modules of a 
  108. larger demo can be run without incurring "Endchain with no previous Chain." 
  109. errors at exit points:}
  110.  
  111. noerror=false
  112. -----------------------------------------------------------------------------
  113.  
  114.  
  115. {Specify whether the Runtime Version should prompt the user for the monitor 
  116. type.  With this value set to "false" the Runtime Version attempts to 
  117. automatically detect whether it is running on a color or monochrome system:}
  118.  
  119. monitorprompt=false
  120. -----------------------------------------------------------------------------
  121.  
  122.  
  123. {Specify whether the user can type ahead during runtime.  When set to 
  124. "false" the keyboard buffer is flushed each time a new slide is displayed:} 
  125.  
  126. typeahead=true
  127. -----------------------------------------------------------------------------
  128.  
  129.  
  130. {Specify whether data entry to a field is automatically completed when the 
  131. field is filled.  When set to "true" the user must press the Enter key to 
  132. confirm termination of data entry to a field:}
  133.  
  134. confirm=false
  135. -----------------------------------------------------------------------------
  136.  
  137.  
  138. {Specify whether, while modifying a field string, typing a new character in 
  139. the first position should automatically clear the previous string.  When set 
  140. to "false" the previous string can be edited without being cleared:}
  141.  
  142. clearstring=true
  143. -----------------------------------------------------------------------------
  144.  
  145.  
  146. {Specify whether data entry to fields should default to Overwrite mode.  
  147. When set to "false" the default is Insert mode.  The default can be changed 
  148. during runtime by pressing the Ins key:}
  149.  
  150. overwrite=true
  151. -----------------------------------------------------------------------------
  152.  
  153.  
  154. {Specify whether to enable slide comments.  Comments are stored in a 
  155. separate file with the name of the demo and the extension .CMT.  When set to 
  156. "false" about 10K of RAM are freed:}
  157.  
  158. comments=true
  159. -----------------------------------------------------------------------------
  160.  
  161.  
  162. {Specify the largest demo file size to buffer to RAM, up to 65521 bytes.  
  163. Demos buffered to RAM run faster than demos which must be read from disk.  
  164. However, large demo buffers occupy RAM that might be needed for PCX 
  165. operations, such as Move, Cut and Scale.  Therefore, select a buffer which 
  166. is only as large as your largest demo file.  Note that demos run with the 
  167. Enhanced Runtime Version must be small enough to buffer to RAM:}
  168.  
  169. demofilebuffer=65521
  170. -----------------------------------------------------------------------------
  171.  
  172.  
  173. {Specify whether the sign on screen is suppressed.  Only valid for Enhanced
  174. Runtime version:}
  175.  
  176. nosign=false
  177.